home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / silly / Moodrg / _SETUP.1 / MoodRing.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-02-07  |  1KB  |  61 lines

  1. object Form2: TForm2
  2.   Left = 247
  3.   Top = 150
  4.   BorderStyle = bsNone
  5.   ClientHeight = 100
  6.   ClientWidth = 104
  7.   Color = clNone
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PrintScale = poNone
  14.   OnActivate = FormCreate
  15.   OnCreate = FormCreate
  16.   OnDblClick = FormDblClick
  17.   OnMouseDown = FormMouseDown
  18.   OnMouseMove = FormMouseMove
  19.   OnMouseUp = FormMouseUp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 104
  26.     Height = 100
  27.     Cursor = crAppStart
  28.     Align = alClient
  29.     AutoSize = True
  30.     Center = True
  31.     DragCursor = crArrow
  32.     DragMode = dmAutomatic
  33.     Enabled = False
  34.     Picture.Data = {<image001.bmp>}
  35.     Stretch = True
  36.     OnDblClick = FormDblClick
  37.   end
  38.   object Image2: TImage
  39.     Left = 0
  40.     Top = 0
  41.     Width = 104
  42.     Height = 100
  43.     Align = alClient
  44.     AutoSize = True
  45.     Center = True
  46.     DragCursor = crArrow
  47.     DragMode = dmAutomatic
  48.     Enabled = False
  49.     Picture.Data = {<image002.bmp>}
  50.     Stretch = True
  51.     OnDblClick = FormDblClick
  52.   end
  53.   object Timer1: TTimer
  54.     Enabled = False
  55.     Interval = 50
  56.     OnTimer = Timer1Timer
  57.     Left = 112
  58.     Top = 8
  59.   end
  60. end
  61.